GtkPlacesSidebar: Fix an uninitialized variable in the error code path
authorKalev Lember <kalevlember@gmail.com>
Tue, 7 May 2013 11:41:21 +0000 (13:41 +0200)
committerKalev Lember <kalevlember@gmail.com>
Tue, 7 May 2013 12:01:54 +0000 (14:01 +0200)
commit34c0deb00674cb74f0860497987703c6d431b8b0
treefa7e7372ba7b17830e2088039f52d0ef3d4b3040
parent19e6db7997106bb2485b3982fb625ed964e19b3c
GtkPlacesSidebar: Fix an uninitialized variable in the error code path

Initialize it to NULL early so that we won't try to free an
uninitialized variable when handling an error.
gtk/gtkplacessidebar.c